Skip to content

Conversation

@hntd187
Copy link

@hntd187 hntd187 commented Nov 7, 2025

What changes are proposed in this pull request?

Upgrade dependencies, namely tonic, prost and tonic-reflect to their latest versions.

How is this tested?

Tests build and pass

Comment on lines 2 to 3
std::env::set_var("PROTOC", protoc_bin_vendored::protoc_bin_path().unwrap());
tonic_build::compile_protos("zerobus_service.proto")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I initially added this so that people using the SDK wouldn't have to have protoc installed to be able to run the SDK. Does this remove that?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, it actually forces you to have your own installed, I think that makes sense I'll revert this.

async-trait = "0.1"
prost = "0.13.3"
prost-types = "0.13.3"
prost = "0.14.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gotocoding-DB expressed a concern regarding this how we use an older version in Universe and thus this would make it harder to import the SDK into Universe. We'd need to bump up the Universe version which is a bit of a hassle.

Copy link
Collaborator

@elenagaljak-db elenagaljak-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please update the NEXT_CHANGELOG.md file as well?
Also, I see that you didn't sign your commits which will be a blocker for merge. You should retroactively sign your commits with gpg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants